use dynamic lib
authorAntonio Valentino <antonio.valentino@tiscali.it>
Fri, 23 Aug 2013 10:19:58 +0000 (12:19 +0200)
committerJulian Gilbey <jdg@debian.org>
Fri, 31 Jan 2025 10:39:58 +0000 (10:39 +0000)
commit93106c5d5855553616ac13e550bbf1c7559ad4c8
treead0ec0782cfb1b574173dca6876af5e7806719cf
parent1e6526adde41f94f8619c00e8d2bd48eaceae5db
use dynamic lib

The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)

Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script

Gbp-Pq: Name 0001-use-dynamic-lib.patch
setup.py